home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / evolution-common.postinst < prev    next >
Encoding:
Text File  |  2009-05-15  |  363 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_scrollkeeper
  4. if [ "$1" = "configure" ] && which scrollkeeper-update >/dev/null 2>&1; then
  5.     scrollkeeper-update -q
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_icons
  9. if which update-icon-caches >/dev/null 2>&1 ; then
  10.     update-icon-caches /usr/share/icons/hicolor
  11. fi
  12. # End automatically added section
  13.